home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Glary Utilities
/
gusetup.exe
/
{app}
/
uninstaller.exe
/
RCDATA
/
TFRMAUTOFIX
/
TFRMAUTOFIX.txt
Wrap
Text File
|
2010-01-14
|
2KB
|
100 lines
object frmAutofix: TfrmAutofix
Left = 357
Top = 236
BorderStyle = bsDialog
Caption = 'Invalid entries found'
ClientHeight = 222
ClientWidth = 400
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 4
Width = 390
Height = 37
AutoSize = False
Caption =
'The following invalid entries have been found.Would you like to ' +
'delete these registry entires?(You can also delete them manually' +
' later)'
WordWrap = True
end
object ListView1: TListView
Left = 8
Top = 40
Width = 385
Height = 142
Columns = <
item
Caption = 'Invalid entries'
Width = 200
end
item
AutoSize = True
Caption = 'Command Line'
end>
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
object BitBtn1: TBitBtn
Left = 231
Top = 191
Width = 75
Height = 25
Caption = 'Delete'
Default = True
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 318
Top = 191
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object CheckBox1: TCheckBox
Left = 8
Top = 192
Width = 201
Height = 17
Caption = 'Backup these entries before deleting.'
Checked = True
State = cbChecked
TabOrder = 3
end
object IORegistry1: TIORegistry
RegHeader = 'REGEDIT4'
DataNameValueDelim = '='
StringStartEndChar = '"'
RootStart = '['
RootEnd = ']'
Filename = 'RegistryDump.reg'
RootKey = rkHKEY_CURRENT_USER
HexIntPrefix = 'dword:'
BinaryPrefix = 'hex:'
KeyLevelDelim = '\'
IncludeSubKeys = True
ExportDestination = eiFile
ImportSource = eiFile
RemovedPrefix = 'Removed : '
AddedPrefix = 'Added : '
Left = 216
Top = 56
end
end